@charset "utf-8";


#topfollow{
	width	border: thin inset #000;
: 100%
	background-color:#999999;
	height: 50px;
	margin-top:12px;
}



#social {
	width: 600px;
	height: 25px;
	margin-left:670px;
	margin-top: -19px;

	
}

#soc1 {
	width: 60px;
	height: 25px;
	margin-top: -25px;
	margin-left: 180px;
}

#soc2 {
	width: 60px;
	height: 25px;
	margin-left:240px;
	margin-top:-20px;

}

#soc3 {
	width: 60px;
	height: 25px;
	margin-left:290px;
	margin-top:-25px;

}

#soc4 {
	width: 250px;
	height: 25px;
	margin-left:355px;
	margin-top:-5px;

	
}


#body {
		background-color: #C6CFD2;
}

#wrapper {
	max-width: 95%;
	height: 2000px;
	border: thin inset #000;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
-webkit-box-shadow: 0px 0px 19px 0px rgba(255, 223, 218, 0.58);
-moz-box-shadow:    0px 0px 19px 0px rgba(255, 223, 218, 0.58);
box-shadow:         0px 0px 19px 0px rgba(255, 223, 218, 0.58);

}
#header {
	max-width:100%;
	height: 200px;	
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;


}
#nav {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	
}


body {
	background-color:#666F;
}

/*navigation bar*/
nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
	background: #999; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 9px;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	display: inline-table;
	margin-top: 0px;
	
}

nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
}

nav ul li:hover {
		background: #000;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}

nav ul li:hover a {
		color: #fff;
}
	
nav ul li a { /*Font Size/Color */
		display: block; padding: 25px 40px;
		color: #000; text-decoration: none;
}

nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}

nav ul ul li {
		float: none; 
		border-top: 0px solid #6b727c;
		border-bottom: 0px solid #575f6a;
		position: relative;
}
nav ul ul li a { /*size of drop down*/
		padding: 0px 40px;
		color: #000;
}	

nav ul ul li a:hover {
		background: #4b545f;
}

nav ul ul ul {
	position: absolute; left: 100%; top:0;
}


#footer {
	width: 1267px;
	border: thin inset #000;
	margin-left:auto;
	margin-right:auto;
	height: 60px;
	
}

#footerbox {
	margin-top:15px;
	margin-left: 950px;
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
	
	
}

#linetext {
	margin-left:auto;
	margin-right:auto;
	font-size: 32px;
	
	
}

#articlebox {
	width:  855px;
	height: 855px;
	border: thin inset #000;
	margin-left: 64px;
	margin-top: 30px;
	
	
	
	
}



#commentarea {
	width: 850px;
	height: 650px;
	margin-left: 0px;
	margin-top: 60px;
	border: thin inset #000;
	
}